github.com/klauspost/compress/fse.byteReader.remain (method)
8 uses
github.com/klauspost/compress/fse (current package)
bytereader.go#L45: func (b byteReader) remain() int {
compress.go#L225: s.Out = make([]byte, 0, s.br.remain()+maxHeaderSize)
compress.go#L476: minBitsSrc := highBits(uint32(s.br.remain()-1)) + 1
compress.go#L488: maxBitsSrc := uint8(highBits(uint32(s.br.remain()-1))) - 2
compress.go#L514: step = (1 << 62) / uint64(s.br.remain())
compress.go#L519: lowThreshold = (uint32)(s.br.remain() >> tableLog)
compress.go#L565: total = uint32(s.br.remain())
decompress.go#L48: iend := b.remain()
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |